home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3matlis.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_MATERIALLISTGADGET_H = 1;
- include("oops/r3gadget.js")
-
-
- var R3CLID_MATERIALLISTGADGET = 256;
-
-
-
-
- // Description: R3WGM_DOMAP method for rename.
- // Virtual method
-
- R3MLGM_RENAME = 256008;
-
- function mR3MLGM_RENAME() {
- DoA(this.r3obj, 256008, 0, R3TID_INTEGER, 0);
- }
-
- // Description: R3WGM_DOMAP for selection.
- // Virtual method
-
- R3MLGM_SELECT = 256009;
-
- function mR3MLGM_SELECT() {
- DoA(this.r3obj, 256009, 0, R3TID_INTEGER, 0);
- }
-
- // Description: R3WGM_DOMAP pre notify method for rename.
- // Virtual method
-
- R3MLGM_PRERENAME = 256010;
-
- function mR3MLGM_PRERENAME() {
- DoA(this.r3obj, 256010, 0, R3TID_INTEGER, 0);
- }
-
-
-
-
- R3MLGA_DragSourceObj = 256502;
- function SetR3MLGA_DragSourceObj(value) {
- R3Set(this.r3obj, R3MLGA_DragSourceObj, value, R3TID_OBJECT, 0);
- }
-
- R3MLGA_DragSourceMth = 256503;
- function SetR3MLGA_DragSourceMth(value) {
- R3Set(this.r3obj, R3MLGA_DragSourceMth, value, R3TID_INTEGER, 0);
- }
-
- R3MLGA_DropTargetObj = 256504;
- function SetR3MLGA_DropTargetObj(value) {
- R3Set(this.r3obj, R3MLGA_DropTargetObj, value, R3TID_OBJECT, 0);
- }
-
- R3MLGA_CanDropMth = 256505;
- function SetR3MLGA_CanDropMth(value) {
- R3Set(this.r3obj, R3MLGA_CanDropMth, value, R3TID_INTEGER, 0);
- }
-
- R3MLGA_DropMth = 256506;
- function SetR3MLGA_DropMth(value) {
- R3Set(this.r3obj, R3MLGA_DropMth, value, R3TID_INTEGER, 0);
- }
-
- var R3MLGMENUID_MAP = 256600;
-
-
- function r3Materiallistgadget () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_MATERIALLISTGADGET, arguments);
- }
- // Methods
- this.RENAME=mR3MLGM_RENAME;
- this.SELECT=mR3MLGM_SELECT;
- this.PRERENAME=mR3MLGM_PRERENAME;
-
- // Attributes
- this.SetDragSourceObj=SetR3MLGA_DragSourceObj;
- this.SetDragSourceMth=SetR3MLGA_DragSourceMth;
- this.SetDropTargetObj=SetR3MLGA_DropTargetObj;
- this.SetCanDropMth=SetR3MLGA_CanDropMth;
- this.SetDropMth=SetR3MLGA_DropMth;
- }
-
- r3Materiallistgadget.prototype=new r3Gadget;
- // r3matlis.h_H